Update copyright headers in third_party/i*/, third_party/j*/, and third_party/k*/ These files are used to import new versions of third-party code, to integrate that code into Chromium, or are otherwise not from upstream. The methodology used to generate this CL is documented in https://crbug.com/1098010#c95. No-Try: true Bug: 1098010 Change-Id: I26cc193ad147cc87994239820e55bb95b9692dd7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3934504 Owners-Override: Avi Drissman <avi@chromium.org> Auto-Submit: Avi Drissman <avi@chromium.org> Reviewed-by: Mark Mentovai <mark@chromium.org> Commit-Queue: Mark Mentovai <mark@chromium.org> Cr-Commit-Position: refs/heads/main@{#1055993} NOKEYCHECK=True GitOrigin-RevId: aa6d50cd4f5933ab5d323d887e189712b94a729b 
diff --git a/BUILD.gn b/BUILD.gn index 7426c80..7d8c75d 100644 --- a/BUILD.gn +++ b/BUILD.gn 
@@ -1,4 +1,4 @@ -# Copyright 2014 The Chromium Authors. All rights reserved. +# Copyright 2014 The Chromium Authors  # Use of this source code is governed by a BSD-style license that can be  # found in the LICENSE file.   
diff --git a/fuzzers/json_fuzzer.cc b/fuzzers/json_fuzzer.cc index c23b670..f4587a3 100644 --- a/fuzzers/json_fuzzer.cc +++ b/fuzzers/json_fuzzer.cc 
@@ -1,4 +1,4 @@ -// Copyright 2019 The Chromium Authors. All rights reserved. +// Copyright 2019 The Chromium Authors  // Use of this source code is governed by a BSD-style license that can be  // found in the LICENSE file.  //